How to change the Flutter TextButton height

57

SizedBox(
  height: 30,
  width: 150,
  child: TextButton(...),
)

Comments

Submit
0 Comments